home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 209 / 209.d81 / t.cb dnr < prev    next >
Text File  |  2022-08-26  |  1KB  |  60 lines

  1. u
  2.            C64 CODEBREAKER
  3.  
  4.             by David Holz
  5.  
  6.  
  7.  How to play:
  8.  
  9.  This is a clone of the popular (?)
  10. board (?) game Mastermind. There is a
  11. hidden 4-color code which you must
  12. deduce in a limited number of tries.
  13. To load up & start the game, enter the
  14. following:
  15.  
  16.  The machine will take a second or two
  17. to generate the secret code, and
  18. present you with 4 slots to make a
  19. guess. Use the cursor left/right keys
  20. to select a slot, cursor up/down to
  21. select one of the 6 available colors,
  22. and Return to finish your guess.
  23.  
  24.  The black number is the number of
  25. slots that you guessed correctly. The
  26. white number is the number of colors
  27. in your guess that are in the secret
  28. code, but you've placed in the wrong
  29. slot. You've got 10 tries to crack the
  30. code.
  31.  
  32.  Note that the hidden code will never
  33. contain any duplicated colors. That
  34. was an annoying requirement to
  35. implement, so you'd better appreciate
  36. it. ;)
  37.  
  38.  The game will loop until you either
  39. win or take aggressive measures
  40. against your computer. Type RUN to
  41. play again.
  42.  
  43.  For only 415 bytes (including 2-byte
  44. file header), this game contains a
  45. decent but bloated random code
  46. generator, a score calculator, a BASIC
  47. loader, and challenging intellectual
  48. game play.  There are 353 bytes of
  49. actual code.  I'm pretty happy with
  50. the way this thing turned out, as I
  51. haven't done any 6510 coding in a
  52. LOOONG time! :)
  53.  
  54.  
  55.  White Flame (aka David Holz)
  56.  
  57.  http://fly.to/theflame
  58.  
  59.  
  60.  
  61.